C1.Web.Mvc Namespace / MultiSelect<T> Class / ShowFilterInput Property

In This Topic
ShowFilterInput Property (MultiSelect<T>)
In This Topic
Gets or sets whether the control should display a "filter" input above the items to filter the items displayed.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property ShowFilterInput As Boolean
 
Remarks
The default value for this property is false.
See Also